{% extends "navbar.html" %} {% block top %} ClownBin - Modern Paste Platform
{{ total_pastes }}
Total Pastes
{{ total_comments }}
Comments
{{ total_views }}
Total Views
{{ unique_authors }}
Unique Authors
notifications Official Telegram Channel public Mirrors: --| --
push_pin Pinned Pastes
{% for pinned_post in pinned_posts_list %} {% endfor %}
Title Comments Views Author Created
description {{ pinned_post.name }} comment {{ pinned_post.comments|length }} visibility {{ pinned_post.view }} {% if pinned_post.pastownerstatus == 'root' %} {{ pinned_post.pastowner }} {% elif pinned_post.pastownerstatus == 'admin' %} {{ pinned_post.pastowner }} {% elif pinned_post.pastownerstatus == 'mod' %} {{ pinned_post.pastowner }} {% elif pinned_post.pastownerstatus == 'council' %} {{ pinned_post.pastowner }} {% elif pinned_post.pastownerstatus == 'user' %} {{ pinned_post.pastowner }} {% endif %} {{ pinned_post.creation_date }}
history Recent Pastes
{% for anon_post in anon_posts_list %} {% endfor %}
Title Comments Views Author Created
description {{ anon_post.name }} comment {{ anon_post.comments|length }} visibility {{ anon_post.view }} {% if anon_post.pastownerstatus == 'root' %} {{ anon_post.pastowner }} {% elif anon_post.pastownerstatus == 'admin' %} {{ anon_post.pastowner }} {% elif anon_post.pastownerstatus == 'mod' %} {{ anon_post.pastowner }} {% elif anon_post.pastownerstatus == 'council' %} {{ anon_post.pastowner }} {% elif anon_post.pastownerstatus == 'user' %} {{ anon_post.pastowner }} {% elif anon_post.pastownerstatus == 'anonymous' %} {{ anon_post.pastowner }} {% endif %} {{ anon_post.creation_date }}
arrow_upward
{% endblock %}